@charset "UTF-8";
/* Tema: Aerocar
Desenvolvido por Anderson Bispo - andersonbispo.designer@gmail.com*/

body{
    margin: auto;
    font-family: "Montserrat", sans-serif;}

html{
	scroll-behavior: smooth;}

a{
    color: inherit;
    text-decoration: none;
    cursor: pointer;}

h2{
    font-size: 32px;}

h3{
    font-size: 22px;
	color: #003C66;}

h4{
    font-size: 16px;
    margin-bottom: -10px;}

p{
    font-size: 18px;}

.title{
    color: #003C66;}

/* Menu */

#header{
    width: 100%;
    height: 90px;
    margin: auto;
    position: fixed;
    z-index: 5000;
    background-color: #ffffff;

    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.12);

    transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;}

.menu-header{
    width: 90%;
    height: 100px;
    margin: auto;}

.logo-header{
    width: 140px;
    height: auto;
    margin-top: 20px;
    float: left;}

.menu{
    width: auto;
    height: auto;
    margin: 30px auto auto auto;
    float: right;}
    
ul{
    list-style-type: none;
    padding-inline-start: 0px;
    margin-top: 7px;}
    
li{
    font-size: 15px;
    display: inline-block;
    margin-right: 20px;
    text-decoration: none;}

.top{
    width: auto;
    height: 90px;
    margin: auto;}

.responsive-container{
    display: none;}
    
.menuresponsive{
    display: none;}
    
.responive{
    display: none;}
    
/* Banner - home */

.banner-home{
    width: auto;
    height: auto;
    margin-top: -18px;
    background-color: black;}

/* Aerocar */

.aerocar{
    width: 1170px;
    height: auto;
    margin: 100px auto auto auto;
    padding-top: 50px;
    text-align: center;
    background-image: url("https://aerocarcorretora.com/wp-content/themes/aerocar-wp/images/background-escudo.png");
    background-position: top center;
    background-repeat: no-repeat;}

.barra-amarela{
    width: 80px;
    height: 10px;
    margin: auto auto 40px auto;
    background-color: #F5B129;
    border-radius: 10px;}

/* Produtos */

.produtos{
    width: 1170px;
    height: auto;
    margin: auto;
    padding-top: 100px;
    text-align: center;}

.produtos-container{
    width: 100%;
    height: auto;
    margin: auto;
    display: inline-flex;
    text-align: left;}

.produtos-card{
    width: 350px;
    height: auto;
    margin: 15px;
    padding: 30px;
    border-radius: 10px;

    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.12);}

.produtos-botao{
    width: auto;
    height: 35px;
    margin: auto;}

.button{
    background-color: #0496FF;
    color: #ffffff;
    padding: 10px 25px;
    border-radius: 50px;
    float: right;}

.button:hover{
    background-color: #003C66;
    cursor: pointer;}

/* Google */

.google{
    width: 100%;
    height: 450px;
    margin: 150px auto;
    padding-top: 70px;
    padding-bottom: 70px;
    color: #ffffff;
    text-align: center;
    background-image: url("https://aerocarcorretora.com/wp-content/themes/aerocar-wp/images/background-google.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;}

.google-container{
    width: 1170px;
    height: auto;
    margin: auto;}

.barra-branca{
    width: 80px;
    height: 10px;
    margin: auto auto 40px auto;
    background-color: #ffffff;
    border-radius: 10px;}

/* Seguradoras */

.seguradoras{
    width: 950px;
    height: auto;
    margin: 100px auto 100px auto;
    padding-top: 50px;
    text-align: center;
    background-image: url("https://aerocarcorretora.com/wp-content/themes/aerocar-wp/images/background-escudo.png");
    background-position: top center;
    background-repeat: no-repeat;}

.seguradoras-container{
    width: 950px;
    height: auto;
    margin: auto;
    padding-top: 50px;
    display: inline-flex;}

.seguradoras-image{
    width: 170px;
    height: 90px;
    margin: auto;}

/* Leads */

.leads{
    width: 1170px;
    height: 600px;
    margin: auto;
    background-image: url("https://aerocarcorretora.com/wp-content/themes/aerocar-wp/images/background-leads.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;}

.barra-amarela-lateral{
    width: 80px;
    height: 10px;
    background-color: #F5B129;
    border-radius: 10px;}

.form{
    width: 550px;
    height: auto;}

/* Footer */

#footer{
    width: auto;
    height: auto;
    margin: auto;
    background-color: #003C66;
    color: #ffffff;}

.container-footer{
    width: 1200px;
    height: auto;
    margin: auto;
    padding-top: 70px;
    padding-bottom: 70px;
    display: flex;}

.card-footer{
    width: 400px;
    height: auto;}

.link-footer:hover{
    text-decoration: underline;}

.redes-sociais{
    display: flex;
    margin-top: 30px;}

.icon-redesocial{
    margin-right: 20px;}

.disclaimer{
    width: 1200px;
    height: 65px;
    margin: auto;
    border-top: 1px solid #ffffff;
    font-size: 14px;}

.disclaimer-aerocar{
    width: auto;
    height: auto;
    margin-top: 25px;
    float: left;}

.disclaimer-pxtp{
    width: auto;
    height: auto;
    margin-top: 25px;
    float: right;}

/* Politica de privacidade */

.politica-privacidade{
    width: 1170px;
    height: auto;
    margin: auto;
    padding-top: 100px;
    padding-bottom: 100px;}

/* Seguro Residencial */

.porto-image{
    width: 250px;
    height: auto;
    margin: auto;
    padding-top: 70px;}

.residencial-coberturas{
    width: 1170px;
    height: auto;
    margin: 150px auto;}

.residencial-container{
    width: 100%;
    height: auto;
    margin: auto;
    padding-top: 70px;
    display: inline-flex;}

.residencial-card{
    width: 210px;
    height: auto;
    margin: auto;}

.residencial-text{
    width: 100%;
    height: auto;
    margin: 50px auto;}

.button-residencial{
    background-color: #0496FF;
    color: #ffffff;
    padding: 10px 25px;
    border-radius: 50px;}
    
.button-residencial:hover{
    background-color: #003C66;
    cursor: pointer;}

.leads-residencial{
    width: 1170px;
    height: 450px;
    margin: 100px auto;
    background-image: url("https://aerocarcorretora.com/wp-content/themes/aerocar-wp/images/bg-residencial.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;}

.form-residencial{
    width: 550px;
    height: auto;
    padding-top: 30px;}

/* Seguro Auto */

.leads-auto{
    width: 1170px;
    height: auto;
	padding-bottom: 100px;
    margin: auto;
    background-image: url("https://aerocarcorretora.com/wp-content/themes/aerocar-wp/images/background-auto.png");
    background-position: bottom center;
    background-repeat: no-repeat;}

/* Seguro Celular */

.banner-celular{
    width: auto;
    height: auto;
    margin-top: -16px;}

.leads-celular{
    width: 1170px;
    height: 450px;
    margin: 100px auto;
    background-image: url("https://aerocarcorretora.com/wp-content/themes/aerocar-wp/images/bg-celular.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;}
    
.form-celular{
    width: 550px;
    height: auto;
    padding-top: 30px;}

/* Seguro Viagem */

.leads-viagem{
    width: 1170px;
    height: 450px;
    margin: 100px auto;
    background-image: url("https://aerocarcorretora.com/wp-content/themes/aerocar-wp/images/bg-viagem.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;}
    
.form-viagem{
    width: 500px;
    height: auto;}

/* Seguro Responbilidade Civil */

.leads-responsabilidade-civil{
    width: 1170px;
    height: 450px;
    margin: 100px auto;
    background-image: url("https://aerocarcorretora.com/wp-content/themes/aerocar-wp/images/bg-responsabilidade-civil.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;}
    
.form-responsabilidade-civil{
    width: 500px;
    height: auto;
    padding-top: 30px;}

/* Seguro de Vida */

.button-secundary{
    background-color: #ffffff;
    border: solid 2px #0496FF;
    color: #0496FF;
    padding: 8px 23px;
    border-radius: 50px;
    margin-right: 20px;}
    
.button-secundary:hover{
    background-color: #003C66;
    border: 2px solid #003c66;
    color: #ffffff;
    cursor: pointer;}

.leads-vida{
    width: 1170px;
    height: 450px;
    margin: 100px auto;
    background-image: url("https://aerocarcorretora.com/wp-content/themes/aerocar-wp/images/bg-vida.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;}
    
.form-vida{
    width: 500px;
    height: auto;
    padding-top: 30px;}

/* Formulario */

button#wpforms-submit-27.wpforms-submit{
	border-radius: 30px;
	width: 120px;
	height: 40px;
	background-color: #0496FF;
	font-size: 16px;
	margin-top: 30px;}

button#wpforms-submit-27.wpforms-submit:hover{
	background-color: #003C66;}

button#wpforms-submit-34.wpforms-submit{
	border-radius: 30px;
	width: 120px;
	height: 40px;
	background-color: #0496FF;
	font-size: 16px;
	margin-top: 30px;}

button#wpforms-submit-34.wpforms-submit:hover{
	background-color: #003C66;}